home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility1 / ewtdebug.zip / EWTDEBUG.H < prev    next >
Text File  |  1990-11-25  |  382b  |  10 lines

  1. # define    DBGM_INT        (WM_USER+100)
  2. # define    DBGM_LONG       (WM_USER+101)
  3. # define    DBGM_STRING     (WM_USER+102)
  4.  
  5. HWND FAR PASCAL     CreateDebugWindow (HWND hMasterWnd);
  6. int FAR PASCAL      DestroyDebugWindow (void);
  7. int FAR PASCAL      DBG_PutInt (LPSTR, int);
  8. int FAR PASCAL      DBG_PutLong (LPSTR, LONG);
  9. int FAR PASCAL      DBG_PutString (LPSTR, LPSTR);
  10.